Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ChannelGenerator] Verify the physical feasibility of DMA channel allocation #1005

Merged
merged 3 commits into from
Jan 3, 2025

Conversation

Yu-Zhewen
Copy link
Contributor

No description provided.

@Yu-Zhewen Yu-Zhewen force-pushed the zhewen_channel_generator_check branch from 65c0b81 to 59a0b32 Compare January 3, 2025 14:04
Copy link
Contributor

@yzhang93 yzhang93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just one nit.

Comment on lines 25 to 28
if (!device)
return workgroupOp->emitOpError()
<< "could not find an AMDAIEDevice attribute";
AMDAIEDeviceModel deviceModel = AMDAIE::getDeviceModel(device.value());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: It looks better if you use { } around the body.

@Yu-Zhewen Yu-Zhewen enabled auto-merge (squash) January 3, 2025 19:57
@Yu-Zhewen Yu-Zhewen merged commit 8f5f9cd into main Jan 3, 2025
7 checks passed
@Yu-Zhewen Yu-Zhewen deleted the zhewen_channel_generator_check branch January 3, 2025 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants